ContentDispositionType Enumeration |
Summary description for ContentDispositionType.
Namespace:
Independentsoft.Email.Mime
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic enum ContentDispositionType
Public Enumeration ContentDispositionType
Members|
| Member name | Value | Description |
|---|
| Attachment | 0 |
Specifies that the attachment is to be displayed as a file attached to the e-mail message.
|
| Inline | 1 |
The attachment is to be displayed as part of the e-mail message body.
|
See Also